home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Utilities
/
QuickFile
/
Examples
/
About the Examples
next >
Wrap
Text File
|
2000-08-05
|
2KB
|
52 lines
The examples are intended to show the capabilities of QuickFile and
to give you a start in creating your own files.
AddressBook *********************************************************
This is a simple address book that includes:
Calculated character fields.
A cycle field
A Mailing label view
A List view
A report with totals and control breaks
A report with wrapping columns
An ARexx start-up script to load all views
Run the ARexx script Demo.rexx to demonstrate some of the available
features.
Audio ***************************************************************
This database is an attempt to handle a collection of CD, and also all
kind of audio supports. It uses some ARexx scripts to view the disk
definitions only, or all the songs. The database has a record for
each track on a disk, but only the record of the first track has all
the data for the CD (like the name of the label, the category...),
so the base is not too big. A script (AddCD) can be used to add
a CD to the base, but it's not finished: it only creates the records
for each new track, with some minimum data. All missing data have to
be entered manualy, editing each record, for each track.
Sales ***************************************************************
This database demonstrates calculated fields and a report with several
levels of control breaks and totals. A startup script is also used to
load an extra view. It also includes two indexes.
Tapes ***************************************************************
This represents a very simple tape library with a report that
calculates the total time used on each tape.
Images **************************************************************
This demonstrates Image, External and Cycle field types. It has two
External fields, one invokes the MuchMore text viewer and the other
displays pictures using Mostra.
Library *************************************************************
Another very simple database for a Library including different media
such as books, CDs, audio tapes, video tapes etc.